home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 224
- Top = 102
- Cursor = crHandPoint
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'FUNNY BALL'
- ClientHeight = 440
- ClientWidth = 550
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PrintScale = poNone
- Scaled = False
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnMouseDown = FormMouseDown
- OnMouseUp = FormMouseUp
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 16
- object Timer1: TcsHiResTimer
- Enabled = False
- Interval = 33
- Resolution = 33
- OnTimer = Timer1Timer
- end
- object Timer2: TcsHiResTimer
- Enabled = False
- Interval = 70
- Resolution = 70
- OnTimer = Timer2Timer
- Left = 30
- end
- end
-